| Pages: [1] 2 3 |
1. OWN Alliance Reveals Goon Secret Plan - in Corporation, Alliance and Organization Discussions [original thread]
Originally by: SetrakDark How does anyone even get a chance to eat anything at these BBQs with all of this superhuman Machiavellian plotting? Waste of perfectly good food, if you ask me. the plotting all happens at the secret sauna me...
- by Isidien Madcap - at 2010.10.15 13:12:00
|
2. New Dev Blog: Cutting it short: EVE shortcuts revamped - in EVE Information Portal [original thread]
Originally by: Abdiel Kavash a) We won't be able to use "direct chat" (as until now) or "enter chat" (as in pretty much every other game), because Enter is a special key? This. I'm ambivalent about direct chat going away -- would be ni...
- by Isidien Madcap - at 2010.10.14 20:40:00
|
3. Eve has grown. Please fix this. - in Assembly Hall [original thread]
Yes, agree -- though the fix doesn't have to be increased fleet size. Letting people turn on warp-to for themselves if in corp/alliance (similar to fleet invites) or something would also be a way to fix this.
- by Isidien Madcap - at 2009.01.10 03:46:00
|
4. Big 0.0 Revamp Thread - Incentivizing 0.0 and stuff - in Assembly Hall [original thread]
Originally by: Scatim Helicon Edited by: Scatim Helicon on 05/01/2009 08:05:51 Originally by: Yaay exactly what i'm saying. In that case Delve's truesec status is even more wacky than I previously thought, because 75m/hour i...
- by Isidien Madcap - at 2009.01.06 08:04:00
|
5. Big 0.0 Revamp Thread - Incentivizing 0.0 and stuff - in Assembly Hall [original thread]
I support this; a revamp of 0.0 mechanics would be great for the game across all playstyles.
- by Isidien Madcap - at 2008.12.29 02:01:00
|
6. GoonSwarm defeated by BoB in 0-w. - in Corporation, Alliance and Organization Discussions [original thread]
Originally by: War bane As mentioned above, merely a test of defenses and numbers. The capitals lost and brought in were expected as part of a test calculation of goon response to moderate enemy numbers, and home defense advantage. 50 ca...
- by Isidien Madcap - at 2008.12.20 07:13:00
|
7. Trinity 1.1 Static Data Export - in EVE Technology Lab [original thread]
Originally by: CCP Sputnik Lets make this clear, the data dump is a highly complicated task which needs 2 Senior Programmers to accomplish and additionally to establish a process which allows easier data dumps in the future. However, a...
- by Isidien Madcap - at 2008.07.11 06:00:00
|
8. Trinity 1.1 Static Data Export - in EVE Technology Lab [original thread]
Can we at least get a minidump of the new map data, if the full dump will take a while? ---- Isidien
- by Isidien Madcap - at 2008.06.22 15:06:00
|
9. Transaction and Journal API caching - in EVE Technology Lab [original thread]
You can also use something like the proxy I wrote a while back at http://oldforums.eveonline.com/?a=topic&threadID=668372 and avoid having to deal with this (and have your app work well with multiple apps that want the same info). ---- Isidien
- by Isidien Madcap - at 2008.06.22 15:05:00
|
10. Cacheing API Results - in EVE Technology Lab [original thread]
Note that I updated the original eproxy a week or so ago to remove the PDO dependency, to have it create the data tables if they don't exist, and a few other fixes. Should work with the straight non-PDO mysql driver (as well as a PDO one). ---- ...
- by Isidien Madcap - at 2008.01.17 00:26:00
|
11. POS API Cache Time: Request for API-Change - in EVE Technology Lab [original thread]
Use the cache thing I wrote, set your cron job to an hour or 15 minutes or whatever, and just ignore the problem -- you'll catch the first update afterwards and won't get locked out. (You may have to add the POS apis though and/or fix the timeou...
- by Isidien Madcap - at 2008.01.11 05:05:00
|
12. EveBerry 0.2: BlackBerry EVE utility - in EVE Technology Lab [original thread]
Originally by: Zakgram 1. I'm not seeing my wallet info because of my font size; I'm just getting Char name, Skill in training, end date. My system font is BBCasual, 8, bold. If I change the font to something small then it's visible but I'...
- by Isidien Madcap - at 2008.01.08 23:18:00
|
13. EVE API Caching Proxy (php) - in EVE Technology Lab [original thread]
Originally by: Johnathan Roark first, the path info thing did not work for me and it wouldn't break into the alternate, i just commented out those lines and that fixed it for me. Hm, meaning that you had to comment out array_key_exists...
- by Isidien Madcap - at 2008.01.07 18:34:00
|
14. EVE API Caching Proxy (php) - in EVE Technology Lab [original thread]
Originally by: Johnathan Roark I'm looking at the link in the original post, but it looks like its the same version as before. It still says Version 0.1 at the top, key is still used in the databases? Hmm, try forcing a reload via shif...
- by Isidien Madcap - at 2008.01.07 16:37:00
|
15. EVE API Caching Proxy (php) - in EVE Technology Lab [original thread]
Ok, updated. 0.2 is up at the same place, now with a quick and dirty database abstraction, with implementations for PDO and for mysql. Also, now with less reserved word usage (key and date, I'm looking at you), and with a slightly modified and tot...
- by Isidien Madcap - at 2008.01.07 08:20:00
|
16. Dear 2Kay (An open letter) - in EVE Technology Lab [original thread]
One reason for the silence may well be that the transition happened in mid-December -- right before the holidays. I wouldn't expect anything until next week at the earliest, really. ---- Isidien
- by Isidien Madcap - at 2008.01.02 05:26:00
|
17. EveBerry 0.2: BlackBerry EVE utility - in EVE Technology Lab [original thread]
OK! Just pushed out 0.2.5 which should hopefully fix things. There was an embarrassing bug in previous versions which caused them to just not work at all unless you were using a proxy (it wasn't prefixing the URL with the standard EVE API URL, who...
- by Isidien Madcap - at 2008.01.02 05:23:00
|
18. EveBerry 0.2: BlackBerry EVE utility - in EVE Technology Lab [original thread]
Hmm. Two or so days ago the API server was up/down, but that got resolved. I need to get a new version out that has better diagnostics, i'll try to do that in the next week or so. ---- Isidien
- by Isidien Madcap - at 2008.01.01 01:31:00
|
19. EVE API Caching Proxy (php) - in EVE Technology Lab [original thread]
Bleah, stupid PDO. I'll do a bit of hacking and abstract out the db bit so that it's usable with PDO and with the normal non-PDO mysql driver... ---- Isidien
- by Isidien Madcap - at 2007.12.28 03:38:00
|
20. EveBerry 0.2: BlackBerry EVE utility - in EVE Technology Lab [original thread]
So, now that I'm playing EVE again, I revived my BlackBerry EVE app, ported it to the new API, and added some other goodies. Detailed info and download is at http://vlad.off.net/eve/EveBerry . Quick feature list: - Supports any number of charact...
- by Isidien Madcap - at 2007.12.28 03:34:00
|
| Pages: [1] 2 3 |
| First page | Previous page | Next page | Last page |